Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mini fix feature type detector #55

Merged
merged 45 commits into from
Oct 6, 2024

Conversation

thomasmeissnercrm
Copy link
Collaborator

@thomasmeissnercrm thomasmeissnercrm commented Aug 31, 2024

  • Fix a small bug where feature type detector fails when ignore_cols is an empty list.
  • Update dependencies for devs.
  • Strengthen Polars support: Fix a bug where FeatureTypeDetector maps Decimal type columns to object
  • Strengthen support for S3: Error analysis is possible via SageMaker/S3 now
  • Improve tie handling within conformal prediction to get better prediction sets
  • Add non-programmatic way of configuring BlueCast instance
  • Change output of predict_interval within Conformal prediction wrapper for classification to a nested list. This will make post processing easier and more robust.
  • Fix mutual information score plot annotations to go out of bounds
  • Add param to multivariate datadrift that subsamples both dfs to same size
  • add plot_distribution_pairs EDA func

Copy link

codecov bot commented Aug 31, 2024

Codecov Report

Attention: Patch coverage is 98.51380% with 7 lines in your changes missing coverage. Please review.

Project coverage is 95.86%. Comparing base (11de437) to head (c6b8095).
Report is 46 commits behind head on main.

Files with missing lines Patch % Lines
bluecast/general_utils/general_utils.py 40.00% 3 Missing ⚠️
bluecast/blueprints/welcome.py 99.09% 1 Missing ⚠️
bluecast/preprocessing/feature_creation.py 92.85% 1 Missing ⚠️
bluecast/preprocessing/feature_selection.py 92.30% 1 Missing ⚠️
bluecast/preprocessing/feature_types.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
+ Coverage   95.78%   95.86%   +0.08%     
==========================================
  Files          95       97       +2     
  Lines        7230     7626     +396     
==========================================
+ Hits         6925     7311     +386     
- Misses        305      315      +10     
Flag Coverage Δ
pytest 95.86% <98.51%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ThomasMeissnerDS ThomasMeissnerDS merged commit b5ecbd8 into main Oct 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants